home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
network
/
mail
/
mail110.lzh
/
UTILS.H
< prev
Wrap
C/C++ Source or Header
|
1994-02-08
|
654b
|
28 lines
#ifndef __UTILS_H
#define __UTILS_H
// $Id: utils.h,v 1.3 1994/02/08 23:31:16 gbj Exp user $
/* $Log: utils.h,v $
* Revision 1.3 1994/02/08 23:31:16 gbj
* First public release.
*
* Revision 1.2 1994/02/08 03:07:38 gbj
* Fixed Log commenting.
*
* Revision 1.1 1994/02/08 03:06:26 gbj
* Initial revision
*
*/
int get_sequence(void);
void set_paths(int seq);
int set_wrk(char *to);
int set_txt(char *to, char *subject, int seq, char *xfile);
int call_editor(void);
int tmp_msg(int msg, char *xfile, int quote, int copy_msg);
void scaneol(char *buf);
int setpost(char *to, char *subject, char *xfile);
#endif